Skip to main content
Glama
page.tsx421 B
import { getSessionData } from '@utils/getSessionData'; import type { NextPageIntlayer } from 'next-intlayer'; import { DashboardPageContent } from './pageContent'; const DashboardPage: NextPageIntlayer = async ({ params }) => { const { locale } = await params; const { session } = await getSessionData(); return <DashboardPageContent sessionServer={session} locale={locale} />; }; export default DashboardPage;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server